CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab jpeg compression code

搜索资源列表

  1. code.rar

    0下载:
  2. 此原碼是兩種比較常見的內插法,分別是鄰近內插法及雙線性內插法,希望可以幫助到大家,The original code is the more common two types of interpolation, which are adjacent interpolation and bilinear interpolation, I hope you can help to
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:1549
    • 提供者:林大鈞
  1. jpg.zip

    0下载:
  2. jpeg压缩matlab源代码。由均匀量化和huffman编码组成,简洁易懂,jpeg compression matlab source code. By the uniform quantization and huffman coding components, concise and understandable
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:29641
    • 提供者:wuzhikai
  1. JPEG-for-Matlab

    1下载:
  2. 本程序是用matlab实现的,用来对图像进行JPEG方式的压缩,从而达到减少图像传输量的目的!-This procedure is realized matlab for JPEG image compression methods to reduce the amount of image transmission purpose!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-25
    • 文件大小:71813
    • 提供者:马行空
  1. JPEG@matlab

    0下载:
  2. 利用matlab实现图像的jpeg压缩的源代码,经过测试可以使用-Matlab image using the jpeg compression of the source code can be tested using
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:85874
    • 提供者:邓俊
  1. jpg.pdf

    0下载:
  2. matlab jpeg压缩代码文档。包括一些基本jpeg知识和常见开发问题-matlab jpeg compression code document. Jpeg, including some of the basic knowledge and common development
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:57386
    • 提供者:wuzhikai
  1. jpeg_matlab_program

    0下载:
  2. 这是一个用MATLAB软件来实现的图像JPEG压缩程序源代码-This is a used MATLAB software to achieve JPEG image compression source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1118596
    • 提供者:刘继红
  1. image3

    0下载:
  2. Matlab source code related to jpeg. which is useful for the developers .. compression and decompression -Matlab source code related to jpeg. which is useful for the developers .. compression and decompression ..
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2046
    • 提供者:amritha
  1. JPEGCOMPRESS

    0下载:
  2. 这是一个基于DCT的图像JPEG压缩程序,并将压缩码保存在一TXT文本中-This is a DCT-based JPEG image compression process, and code stored in a compressed text in TXT
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:59211
    • 提供者:yang
  1. jpeg_compression

    0下载:
  2. this a source code for the jpeg compression technique which will help you completing the work of the watermarking also.-this is a source code for the jpeg compression technique which will help you completing the work of the watermarking also.
  3. 所属分类:Applications

    • 发布日期:2017-04-17
    • 文件大小:74659
    • 提供者:Ashish
  1. JPEG

    0下载:
  2. JPEG压缩源码,已经经过测试,请放心使用,欢迎下载。-JPEG compression source code, has been tested, please be assured use, are welcome to download.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:700755
    • 提供者:zsw
  1. jpeg-matlab

    0下载:
  2. 关于JPEG压缩的matlab代码,包括2D,3D-Matlab code for JPEG compression
  3. 所属分类:Graph program

    • 发布日期:2017-03-25
    • 文件大小:58874
    • 提供者:liming
  1. itu-t81[1]

    0下载:
  2. Implementation of JPEG compression algorithm with JFIF header being appended.This project involves writting code for following steps : Chroma subsampling,partitioning ,level shifting,DCT,quantization,zigzag scanning(involves DC differential coding &
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:967167
    • 提供者:dwn
  1. compression

    0下载:
  2. 图形图像处理中图像压缩的一些MATLAB代码,包括小波,jpeg等。-Graphic image compression image processing some MATLAB code, including wavelet, jpeg and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:97381
    • 提供者:lite
  1. jpeg3

    0下载:
  2. matlab source code to perform jpeg compression using humfman coding
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:114048
    • 提供者:marwa
  1. DCT_JPEG

    4下载:
  2. 给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。-Given to th
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-11-09
    • 文件大小:175104
    • 提供者:
  1. code-jpeg

    0下载:
  2. 图像处理,图像压缩,matlab 源代码-Image processing, image compression, matlab source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:59587
    • 提供者:wuyunge
  1. JPEG-Compression

    0下载:
  2. i had uploaded the matlab code for image processing jpeg compression
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:139995
    • 提供者:vinoth
  1. JPEG-MATLAB

    1下载:
  2. 通过matlab的jpeg压缩源码,代码详细,适合初学者-By the matlab jpeg compression source code in detail, suitable for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:706314
    • 提供者:刘烨
  1. Zigzag for JPG compression

    0下载:
  2. This code is very useful especially for JPEG compression. It uses zig-zag
  3. 所属分类:matlab例程

    • 发布日期:2015-08-22
    • 文件大小:1599
    • 提供者:msc_msc6
  1. jj2000-master

    0下载:
  2. jpeg compression code for matlab
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:2319360
    • 提供者:octomorrow
« 12 3 »
搜珍网 www.dssz.com